home *** CD-ROM | disk | FTP | other *** search
- -- card: 121295 from stack: in
- -- bmap block id: 121388
- -- flags: 0000
- -- background id: 121031
- -- name: certificate1
- ----- HyperTalk script -----
- on mouseUp
- answer"Click the Return button to go back."
- end mouseUp
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=0 right=22 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 18
- -- style flags: 10240
- -- line height: 19
- -- part name: Title
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=23 right=45 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 18
- -- style flags: 0
- -- line height: 20
- -- part name: cardTitle
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=70 right=313 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cardText
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=482 top=317 right=342 bottom=510
- -- title width / last selected line: 0
- -- icon id / first selected line: 18613 / 18613
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: return
- ----- HyperTalk script -----
- on mouseUp
- pop card into lastPush
- if the short name of this stack is not in lastPush then
- visual dissolve
- go card "Map"
- else
- visual dissolve
- go lastPush
- end if
- end mouseUp
-
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=134 right=154 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 157
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: directions
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=17 top=138 right=159 bottom=116
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Print Certificate…
- ----- HyperTalk script -----
- on mouseUp
- ask "What is your name?"
- if it is "Cancel" then exit mouseUp
- if it is empty then exit mouseUp
- put it into whoAmI
-
- push card
- open printing with dialog
-
- go card "certificate2"
- print card
-
- go card "certificate3"
- put whoAmI into card field "myName"
- put the long date into card field "theDate"
- print card
-
- close printing
- put "Macintosh User" into card field "myName"
- pop card
- end mouseUp
-
-
-
- -- part 8 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=278 right=297 bottom=417
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 157
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: directions
-
-
- -- part 9 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=128 top=70 right=121 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 158
- -- text size: 14
- -- style flags: 0
- -- line height: 16
- -- part name: directions
-
-
- -- part contents for card part 1
- ----- text -----
- Apple Macintosh SE/30
-
- -- part contents for card part 2
- ----- text -----
- Certificate of Completion
-
- -- part contents for card part 6
- ----- text -----
- Read the instructions then click the Print Certificate button.
-
- -- part contents for card part 3
- ----- text -----
-
-
-
-
-
-
- • When you click the Print Certificate button you will be
- asked for your name
- • Then a print dialog box will open
- • Select “Print full size cards” and “Split-page format”
- in the dialog box
- • Click the OK button
-
- -- part contents for card part 8
- ----- text -----
- Click the Return arrow to return to the stack.
-
- -- part contents for card part 9
- ----- text -----
- Congratulations! You have completed this stack.
- You have the option of printing a Certificate of Completion, or you can return to where you were.